:root {
  --accent-color:                 #92a1a6;
  --accent-color-rgb:             146, 161, 166;
  --accent-color-darker:          #76898f;
  --accent-color-darker-rgb:      118, 137, 143;
  --accent-color-darkest-rgb:     94, 110, 116;
  --link-color:                   #92a1a6;
  --link-color-darker:            #76898f;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #92a1a6;
  --body-bg:                      #161a1b;
  --body-bg-rgb:                  22, 26, 27;
  --body-bg-lighter:              #212829;
  --body-bg-darker:               #0b0c0d;
  --body-bg-darkest:              black;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #000000;
  --footer-color:                 #9b9b9b;
  --footer-bg:                    #161a1b;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #3f4b4e;
  --component-notify-bg:          #2d3537;
  --lightness-body-5:             #212829;
  --lightness-body-10:            #2d3537;
  --font-family-primary:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Poppins', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    body {
      font-size: 18px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 12px; } }
